From b8eed10db81736f509bb2317ddab23e5b634df2f Mon Sep 17 00:00:00 2001 From: "arun.sharma@intel.com[iap10]" Date: Sat, 11 Jun 2005 01:10:56 +0000 Subject: [PATCH] bitkeeper revision 1.1713 (42aa3a20ChQzxgtayeznwUqIP82hng) [PATCH] x64-vmxassist-fix.patch Fix 64 bit build. Signed-off-by: Nitin Kamble Signed-off-by: Arun Sharma --- tools/firmware/vmxassist/head.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/firmware/vmxassist/head.S b/tools/firmware/vmxassist/head.S index 131fbd50cc..a657e64740 100644 --- a/tools/firmware/vmxassist/head.S +++ b/tools/firmware/vmxassist/head.S @@ -135,7 +135,7 @@ _start: .align 4 .globl halt halt: - pushl $halt_msg + push $halt_msg call printf #ifdef TEST movw $0x8A00, %dx -- 2.30.2